Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Types and Constants
Asynchronous Processes


The Asynchronous Process Message

The enumeration CDAbortProcMessage specifies the possible error conditions of an asynchronous process. For Cyberdog version 1.0, there is only one possible error condition. The CyberProgressBroadcaster::Abort method calls MyAbortFunction (page 191), a callback function that you define to implement the abort behavior of a progress broadcaster. A CDAbortProcMessage constant is passed as a parameter to the callback function.

enum CDAbortProcMessage
{
   kAbortMessage
};
Constants of this type

kAbortMessage
The asynchronous process was terminated.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help